home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 051-075 / disk_073 / dio / poster < prev    next >
Text File  |  1992-05-06  |  1KB  |  32 lines

  1. Article 3942 of comp.sys.amiga:
  2. Path: mcdsun!noao!hao!nbires!seismo!rutgers!princeton!allegra!ulysses!ucbvax!CORY.BERKELEY.EDU!dillon
  3. From: dillon@CORY.BERKELEY.EDU.UUCP
  4. Newsgroups: comp.sys.amiga
  5. Subject: EXEC DEVICE IO SUPPORT MODULE
  6. Message-ID: <8704260245.AA21875@cory.Berkeley.EDU>
  7. Date: 26 Apr 87 02:45:29 GMT
  8. Sender: daemon@ucbvax.BERKELEY.EDU
  9. Lines: 600
  10. Posted: Sat Apr 25 21:45:29 1987
  11.  
  12.  
  13.     This module makes it *very* easy to use EXEC devices, such as the
  14. serial.device.  It's generic and can be used with any EXEC device.  It 
  15. allows you to easy open libraries, get multiple io channels for a device,
  16. read, write, do asyncronous operations, etc....
  17.  
  18.     A couple of notes on the source:
  19.  
  20.     (1) Aztec users: It must be compiled using 32 bit ints 
  21.  
  22.     (2) Since I have a symbols file that I include with every
  23.     compilation, every Amiga include file is included when
  24.     I compile my programs.  Therefore, I may have missed
  25.     some #include's that should be in there.  NOTE: DIO.C does
  26.     not #include DIO.H.  DIO.H provides a set of macros to make
  27.     things even *more* easier.
  28.  
  29.                     -Matt
  30.  
  31.  
  32.